html,body{margin:0;padding:0}.cyber-snake-game[data-scoped-647c4463]{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);color:#00ff41;font-family:Courier New,monospace;display:flex;flex-direction:column;align-items:center;padding:20px;box-sizing:border-box}.game-header[data-scoped-647c4463]{text-align:center;margin-bottom:30px;width:100%;max-width:600px}.game-title[data-scoped-647c4463]{font-size:3rem;font-weight:700;text-shadow:0 0 20px #00ff41,0 0 40px #00ff41,0 0 60px #00ff41;margin-bottom:20px;letter-spacing:4px}.score-board[data-scoped-647c4463]{display:flex;justify-content:space-around;align-items:center;background:#00ff411a;border:2px solid #00ff41;border-radius:10px;padding:15px;box-shadow:0 0 20px #00ff414d}.score-item[data-scoped-647c4463]{text-align:center;display:flex;flex-direction:column;gap:5px}.score-label[data-scoped-647c4463]{font-size:.9rem;opacity:.8;letter-spacing:2px}.score-value[data-scoped-647c4463]{font-size:1.5rem;font-weight:700;text-shadow:0 0 10px #00ff41}.game-status[data-scoped-647c4463]{display:flex;align-items:center}.status-text[data-scoped-647c4463]{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;padding:8px 16px;border:1px solid #00ff41;border-radius:5px;background:#00ff411a;text-shadow:0 0 10px #00ff41}.game-container[data-scoped-647c4463]{display:flex;justify-content:center;margin-bottom:30px}.game-board[data-scoped-647c4463]{display:grid;grid-template-columns:repeat(20,20px);grid-template-rows:repeat(20,20px);gap:1px;background:#000;border:3px solid #00ff41;border-radius:10px;padding:10px;box-shadow:0 0 30px #00ff4180,inset 0 0 20px #00ff411a}.game-cell[data-scoped-647c4463]{width:20px;height:20px;border:1px solid rgba(0,255,65,.2);background:#001405cc}.game-cell.head[data-scoped-647c4463]{background:#00ff41;box-shadow:0 0 10px #00ff41,inset 0 0 5px #ffffff4d;border:1px solid #00cc33}.game-cell.body[data-scoped-647c4463]{background:#0c3;box-shadow:0 0 5px #0c3;border:1px solid #009922}.game-cell.food[data-scoped-647c4463]{background:#ff0040;box-shadow:0 0 15px #ff0040,inset 0 0 5px #ffffff4d;border:1px solid #cc0033;border-radius:50%}.game-controls[data-scoped-647c4463]{display:flex;flex-direction:column;align-items:center;gap:20px}.cyber-button[data-scoped-647c4463]{background:transparent;border:2px solid #00ff41;color:#00ff41;padding:12px 30px;font-size:1.2rem;font-family:Courier New,monospace;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;border-radius:5px;transition:all .3s ease;text-shadow:0 0 5px #00ff41;box-shadow:0 0 10px #00ff414d}.cyber-button[data-scoped-647c4463]:hover{background:#00ff411a;box-shadow:0 0 20px #00ff4199;text-shadow:0 0 10px #00ff41}.cyber-button[data-scoped-647c4463]:active{transform:scale(.95)}.controls-info[data-scoped-647c4463]{text-align:center}.info-text[data-scoped-647c4463]{font-size:1rem;opacity:.8;letter-spacing:1px;text-shadow:0 0 5px #00ff41}@media(max-width:768px){.game-title[data-scoped-647c4463]{font-size:2rem}.score-board[data-scoped-647c4463]{flex-direction:column;gap:10px}.game-board[data-scoped-647c4463]{grid-template-columns:repeat(20,15px);grid-template-rows:repeat(20,15px)}.game-cell[data-scoped-647c4463]{width:15px;height:15px}}
